home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 4
/
Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso
/
Development
/
Source
/
MacWT-0.04 Folder
/
Mac WT source
/
wt
/
view.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-05-06
|
186 b
|
12 lines
|
[
TEXT/MMCC
]
/* view.h */
typedef struct {
fixed x, y, height;
fixed angle;
fixed arc;
fixed view_plane_size;
fixed eye_distance;
} View;
extern View *new_view(fixed arc);